PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DView Class / setResetNodes Method
True if the artwork's 3D node parameters are restored to their original states and then the values specified by the getNodes method are applied. False is the values specified by the getNodes method are applied to the current states of the nodes.
In This Topic
    setResetNodes Method
    In This Topic
    Sets a value indicating whether nodes specified in the collection are returned to their original states (as specified in the 3D artwork) before applying transformation matrices and opacity settings specified in the node Objects.
    Syntax
    public void setResetNodes( 
       boolean resetNodes
    )

    Parameters

    resetNodes
    True if the artwork's 3D node parameters are restored to their original states and then the values specified by the getNodes method are applied. False is the values specified by the getNodes method are applied to the current states of the nodes.
    See Also